home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / Utilities / Minimalist Clock 1.0 / src / the_defines.h < prev    next >
Text File  |  1994-12-07  |  741b  |  33 lines

  1. /* ----------------------------------------------------------------------
  2. defines
  3. ---------------------------------------------------------------------- */
  4. #define    NIL                    0L
  5.  
  6. #define MENU_BASE_ID        1000
  7.  
  8. #define    MENU_APPLE_ID        1000
  9. #define    MENU_FILE_ID        1001
  10. #define    MENU_EDIT_ID        1002
  11.  
  12. #define    APPLE_ABOUT            1
  13.  
  14. #define    FILE_QUIT            1
  15.  
  16. #define    EDIT_UNDO            1
  17. #define    EDIT_CUT            3
  18. #define    EDIT_COPY            4
  19. #define    EDIT_PASTE            5
  20. #define    EDIT_CLEAR            6
  21. #define EDIT_SELECT_ALL        7
  22.  
  23. #define DLOG_ABOUT            1000
  24. #define DLOG_ABOUT_OK        1
  25.  
  26. #define CLOCK_WIDTH            100
  27. #define CLOCK_HEIGHT        20
  28. #define UPDATE_INTERVAL        120
  29. #define    WNE_TRAP_NUM        0x60
  30. #define    UNIMPL_TRAP_NUM        0x9F
  31. #define    SUSPEND_RESUME_BIT    0x0001
  32. #define    RESUMING            1
  33. #define    MIN_SLEEP            60L